home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 September / JOY140_CD2.iso / Data / Sharewares / Utilitaires / hotcpu.exe / {app} / HCT.chm / master.css < prev    next >
Cascading Style Sheet File  |  2002-08-04  |  1KB  |  79 lines

  1. H1  {
  2.     font-size : 16pt;
  3.     font-family : arial;
  4.     font-weight : bold;
  5.     font-style : normal;
  6.     color : black;
  7. }
  8.  
  9.  
  10. H2  {
  11.     font-size : 14pt;
  12.     font-family : arial;
  13.     font-weight : bold;
  14.     font-style : normal;
  15.     color : black;
  16. }
  17.  
  18.  
  19. H3  {
  20.     font-size : 12pt;
  21.     font-family : arial;
  22.     font-weight : bold;
  23.     font-style : italic;
  24.     color : black;
  25. }
  26.  
  27.  
  28. H6  {
  29.     font-size : 10pt;
  30.     font-family : Arial;
  31.     font-weight : bold;
  32.     font-style : normal;
  33.     color : black;
  34. }
  35.  
  36.  
  37. BODY  {
  38.     color : black;
  39.     font-size : 10pt;
  40.     font-family : Arial, Verdana, sans-serif;
  41.     font-weight : normal;
  42.     font-style : normal;
  43. }
  44.  
  45.  
  46. P  {
  47.     font-size : 10pt;
  48.     font-family : Arial, Verdana, sans-serif;
  49.     font-weight : normal;
  50.     font-style : normal;
  51.     color : black;
  52. }
  53.  
  54.  
  55. A:link  {
  56.     font-size : 10pt;
  57.     font-family : Arial, Verdana, sans-serif;
  58.     font-weight : normal;
  59.     font-style : normal;
  60.     color : blue;
  61. }
  62.  
  63.  
  64. A:hover  {
  65.     font-size : 10pt;
  66.     font-family : Arial, Verdana, sans-serif;
  67.     font-weight : normal;
  68.     font-style : normal;
  69.     color : Navy;
  70. }
  71.  
  72.  
  73. A:visited  {
  74.     font-size : 10pt;
  75.     font-family : Arial, Verdana, sans-serif;
  76.     font-weight : normal;
  77.     font-style : normal;
  78.     color : #3D99F5;
  79. }